home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Speccy ClassiX 1998
/
Speccy ClassiX 98.iso
/
amiga_system
/
the_aminet
/
dev
/
gcc
/
ixemulsdk.lha
/
man
/
cat3
/
exit.0
< prev
next >
Wrap
Text File
|
1992-08-10
|
1KB
|
67 lines
EXIT(3) UNIX Programmer's Manual EXIT(3)
NNAAMMEE
eexxiitt - perform normal program termination
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssttddlliibb..hh>>
_v_o_i_d
eexxiitt(_i_n_t _s_t_a_t_u_s)
DDEESSCCRRIIPPTTIIOONN
EExxiitt() terminates a process.
Before termination it performs the following functions in the order list¡
ed:
1. Call the functions registered with the atexit(3) function, in
the reverse order of their registration.
2. Flush all open output streams.
3. Close all open streams.
4. Unlink all files created with the tmpfile(3) function.
RREETTUURRNN VVAALLUUEESS
The eexxiitt() function never returns.
SSEEEE AALLSSOO
_exit(2), atexit(3), intro(3), tmpfile(3)
SSTTAANNDDAARRDDSS
The eexxiitt() function conforms to ANSI C3.159¡1989 (``ANSI C'').
BSD Experimental June 29, 1991 1